Application flow « Development « JSP-Servlet Q&A





1. flow of any application    coderanch.com

Depends on the situation. Like sometimes on Datalayer to find out on which flow of method, it comes through or invoked. When the debug is enabled during compilation, I can have line numbers in stack trace. This helps me find out the special condition when the method is invoked. Basically it is good start to find out the flow. You can ...